﻿2026-08-28T13:08:17.4479151Z ##[group]Run actions/checkout@v5
2026-08-28T13:08:17.4479871Z with:
2026-08-28T13:08:17.4480179Z   repository: BigscreenVR/spt-bs-core
2026-08-28T13:08:17.4482511Z   token: ***
2026-08-28T13:08:17.4482785Z   ssh-strict: true
2026-08-28T13:08:17.4483078Z   ssh-user: git
2026-08-28T13:08:17.4483359Z   persist-credentials: true
2026-08-28T13:08:17.4483655Z   clean: true
2026-08-28T13:08:17.4483932Z   sparse-checkout-cone-mode: true
2026-08-28T13:08:17.4484246Z   fetch-depth: 1
2026-08-28T13:08:17.4484523Z   fetch-tags: false
2026-08-28T13:08:17.4484814Z   show-progress: true
2026-08-28T13:08:17.4485101Z   lfs: false
2026-08-28T13:08:17.4485373Z   submodules: false
2026-08-28T13:08:17.4485652Z   set-safe-directory: true
2026-08-28T13:08:17.4485985Z   allow-unsafe-pr-checkout: false
2026-08-28T13:08:17.4486492Z env:
2026-08-28T13:08:17.4486768Z   CARGO_INCREMENTAL: 0
2026-08-28T13:08:17.4487055Z ##[endgroup]
2026-08-28T13:08:17.5304639Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T13:08:17.5305996Z ##[group]Getting Git version info
2026-08-28T13:08:17.5306600Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T13:08:17.5307272Z [command]/usr/bin/git version
2026-08-28T13:08:17.5317827Z git version 2.43.0
2026-08-28T13:08:17.5335350Z ##[endgroup]
2026-08-28T13:08:17.5343264Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/330665cf-8650-4be6-8eb4-618841b60aca/.gitconfig'
2026-08-28T13:08:17.5350094Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/330665cf-8650-4be6-8eb4-618841b60aca' before making global git config changes
2026-08-28T13:08:17.5350885Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T13:08:17.5353217Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T13:08:17.5405707Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T13:08:17.5424205Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T13:08:17.5433979Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T13:08:17.5436548Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T13:08:17.5455653Z refs/heads/golden/ir2-incremental-off
2026-08-28T13:08:17.5461714Z [command]/usr/bin/git checkout --detach
2026-08-28T13:08:17.5526821Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T13:08:17.5562475Z [command]/usr/bin/git branch --delete --force golden/ir2-incremental-off
2026-08-28T13:08:17.5594917Z Deleted branch golden/ir2-incremental-off (was ea55e8823).
2026-08-28T13:08:17.5736177Z ##[endgroup]
2026-08-28T13:08:17.5740666Z [command]/usr/bin/git submodule status
2026-08-28T13:08:17.5932523Z ##[group]Cleaning the repository
2026-08-28T13:08:17.5935390Z [command]/usr/bin/git clean -ffdx
2026-08-28T13:08:18.3019241Z Removing bench-ledger/
2026-08-28T13:08:18.3019703Z Removing target/
2026-08-28T13:08:18.3029316Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T13:08:18.3103531Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T13:08:18.3110452Z ##[endgroup]
2026-08-28T13:08:18.3112591Z ##[group]Disabling automatic garbage collection
2026-08-28T13:08:18.3116729Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T13:08:18.3141209Z ##[endgroup]
2026-08-28T13:08:18.3141604Z ##[group]Setting up auth
2026-08-28T13:08:18.3146573Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T13:08:18.3170304Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T13:08:18.3359123Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T13:08:18.3389352Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T13:08:18.3582518Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T13:08:18.3610305Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T13:08:18.3802802Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T13:08:18.3833712Z ##[endgroup]
2026-08-28T13:08:18.3834463Z ##[group]Fetching the repository
2026-08-28T13:08:18.3840775Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ea55e88232497ba5667171a2770946d6ffe4551c:refs/remotes/origin/golden/ir2-incremental-off
2026-08-28T13:08:18.8643603Z ##[endgroup]
2026-08-28T13:08:18.8644301Z ##[group]Determining the checkout info
2026-08-28T13:08:18.8645045Z ##[endgroup]
2026-08-28T13:08:18.8649636Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T13:08:18.8695440Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T13:08:18.8727078Z ##[group]Checking out the ref
2026-08-28T13:08:18.8731847Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-off refs/remotes/origin/golden/ir2-incremental-off
2026-08-28T13:08:18.8811026Z Switched to a new branch 'golden/ir2-incremental-off'
2026-08-28T13:08:18.8811888Z branch 'golden/ir2-incremental-off' set up to track 'origin/golden/ir2-incremental-off'.
2026-08-28T13:08:18.8820101Z ##[endgroup]
2026-08-28T13:08:18.8872659Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T13:08:18.8911256Z ea55e88232497ba5667171a2770946d6ffe4551c
